communication/http

send HTTP request with Host header

rule:
  meta:
    name: send HTTP request with Host header
    namespace: communication/http
    authors:
      - anamaria.martinezgom@mandiant.com
    scopes:
      static: function
      dynamic: thread
  features:
    - and:
      - match: send HTTP request
      - string: /Host:/i

last edited: 2023-11-24 10:35:00